From 8f7c207c7ca5c295b32081f9b560c11c20511acb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Jul 2020 21:02:33 -0400 Subject: [PATCH] docs: Add more GtkExpression Make GtkExpression show up in the object hierarchy, and add the param spec and GValue support to the docs. --- docs/reference/gtk/gtk4-sections.txt | 11 +++++++++++ docs/reference/gtk/gtk4.types.in | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 7eaf846fdf..c1f16f2cb1 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -7552,6 +7552,17 @@ gtk_object_expression_get_object gtk_closure_expression_new gtk_cclosure_expression_new + +GTK_VALUE_HOLDS_EXPRESSION +gtk_value_set_expression +gtk_value_take_expression +gtk_value_get_expression +gtk_value_dup_expression + + +GtkParamSpecExpression +gtk_param_spec_expression + GTK_IS_EXPRESSION GTK_TYPE_EXPRESSION diff --git a/docs/reference/gtk/gtk4.types.in b/docs/reference/gtk/gtk4.types.in index a890a5167b..e24296bb44 100644 --- a/docs/reference/gtk/gtk4.types.in +++ b/docs/reference/gtk/gtk4.types.in @@ -19,6 +19,7 @@ gtk_assistant_get_type gtk_assistant_page_get_type gtk_bin_layout_get_type gtk_bitset_get_type +gtk_expression_get_type gtk_bookmark_list_get_type gtk_box_get_type gtk_box_layout_get_type @@ -29,6 +30,7 @@ gtk_builder_list_item_factory_get_type gtk_builder_scope_get_type gtk_button_get_type gtk_calendar_get_type +gtk_cclosure_expression_get_type gtk_cell_area_get_type gtk_cell_area_box_get_type gtk_cell_area_context_get_type @@ -46,6 +48,7 @@ gtk_cell_renderer_toggle_get_type gtk_cell_view_get_type gtk_center_layout_get_type gtk_check_button_get_type +gtk_closure_expression_get_type gtk_color_button_get_type gtk_color_chooser_get_type gtk_color_chooser_dialog_get_type @@ -54,6 +57,7 @@ gtk_column_view_get_type gtk_column_view_column_get_type gtk_combo_box_get_type gtk_combo_box_text_get_type +gtk_constant_expression_get_type gtk_constraint_get_type gtk_constraint_guide_get_type gtk_constraint_layout_get_type @@ -150,6 +154,7 @@ gtk_no_selection_get_type gtk_notebook_get_type gtk_notebook_page_get_type gtk_numeric_sorter_get_type +gtk_object_expression_get_type gtk_orientable_get_type gtk_overlay_get_type gtk_overlay_layout_get_type @@ -172,6 +177,7 @@ gtk_print_operation_preview_get_type gtk_print_settings_get_type @DISABLE_ON_W32@gtk_print_unix_dialog_get_type gtk_progress_bar_get_type +gtk_property_expression_get_type gtk_radio_button_get_type gtk_range_get_type gtk_recent_manager_get_type @@ -229,6 +235,7 @@ gtk_text_view_get_type gtk_toggle_button_get_type gtk_tree_drag_dest_get_type gtk_tree_drag_source_get_type +gtk_tree_expander_get_type gtk_tree_list_model_get_type gtk_tree_list_row_get_type gtk_tree_list_row_sorter_get_type -- 2.30.2